Xceed Toolkit Plus for WPF v4.6 Documentation
LayoutGroup<T> Class Members
Properties  Methods  Events


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Layout Namespace : LayoutGroup<T> Class

The following tables list the members exposed by LayoutGroup<T>.

Public Properties
 NameDescription
Public PropertyGets the child elements.  
Public PropertyGets the number of child elements.  
Public Property (Inherited from System.Windows.DependencyObject)
Public Property (Inherited from LayoutGroupBase)
Public Property (Inherited from LayoutGroupBase)
Public PropertyGets whether the layout group is visible.  
Public PropertyGets or sets the parent container of the element. (Inherited from LayoutGroupBase)
Public PropertyGets or sets the root of the element. (Inherited from LayoutGroupBase)
Top
Public Methods
 NameDescription
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from LayoutGroupBase)
Public MethodDetermines whether an element is visible.  
Public Method (Inherited from LayoutGroupBase)
Public Method (Inherited from LayoutGroupBase)
Public Method (Inherited from LayoutGroupBase)
Public MethodReturns null.  
Public Method (Inherited from LayoutGroupBase)
Public MethodReturns the index of the specified child layout element.  
Public MethodInserts the specified child layout element at the specified index.  
Public Method (Inherited from LayoutGroupBase)
Public MethodMoves a child from an old index to a new index within a pane  
Public Method (Inherited from LayoutGroupBase)
Public MethodReads serialized layout information using the specified XmlReader.  
Public MethodRemoves the specified child ILayoutElement.  
Public MethodRemoves the child element at the specified index.  
Public MethodReplaces a child ILayoutElement with a new one.  
Public MethodReplaces the child element at the specified index with the specified element.  
Public Method (Inherited from LayoutGroupBase)
Public MethodOverloaded.  (Inherited from LayoutGroupBase)
Public MethodWrites serialized layout information using the specified XmlWriter.  
Top
Protected Methods
 NameDescription
Protected Method

Called when a child has been moved.

 
Protected MethodGets whether the instance is visible.  
Protected Method (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroupBase)
Protected MethodCalled when the ChildrenCollectionChanged event is raised. (Inherited from LayoutGroupBase)
Protected MethodCalled when the ChildrenTreeChanged event is raised. (Inherited from LayoutGroupBase)
Protected MethodCalled when IsVisible has changed.  
Protected MethodOverridden. Called when Parent has changed.  
Protected MethodProvides derived classes an opportunity to execute code before the Parent property changes. (Inherited from LayoutGroupBase)
Protected Method (Inherited from LayoutGroupBase)
Protected MethodProvides derived classes an opportunity to handle changes to the Root property. (Inherited from LayoutGroupBase)
Protected MethodRaises the PropertyChanged event for the specified property name. (Inherited from LayoutGroupBase)
Protected MethodRaises the PropertyChanging event for the specified property name. (Inherited from LayoutGroupBase)
Protected Internal Method (Inherited from LayoutGroupBase)
Top
Public Events
 NameDescription
Public EventRaised when the child collection changes. (Inherited from Xceed.Wpf.AvalonDock.Layout.LayoutGroupBase)
Public EventRaised when the children tree changes. (Inherited from LayoutGroupBase)
Public EventRaised when a property has changed. (Inherited from LayoutGroupBase)
Public EventRaised when a property is about to change. (Inherited from LayoutGroupBase)
Top
See Also

Reference

LayoutGroup<T> Class
Xceed.Wpf.AvalonDock.Layout Namespace